GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-02-20T23:49:20.352224+00:00",
"SubmitDate": "2026-02-20T23:49:20.352224+00:00",
"ReportPeriodStart": "2026-02-20T23:49:20.352224+00:00",
"ReportPeriodEnd": "2026-02-20T23:49:20.352224+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "42161c3a-0910-4023-abc9-a09f1b6cc972",
"Rows": [
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "42161c3a-0910-4023-abc9-a09f1b6cc972",
"Rows": [
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bbcf79cb-018d-40e9-8912-61b13cf86179",
"81a06b70-f70d-4f0e-93f1-65cd3345032f"
],
"Approvers": [
"eb5902d4-ddbe-4d4a-81ed-d1784024b4a4",
"775ff0cb-587b-4a96-a84e-515a323ffba6"
],
"ApprovedBy": "f85d3591-2827-46c8-95c4-276dfb868e4c",
"ApprovalDate": "2026-02-20T23:49:20.352224+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6b7d0236-834a-4899-9532-c0b069276172",
"id": "b3d52224-d757-4cad-9c59-fe22a00d2358",
"ConfigId": "4a87f22c-f309-432d-b19b-ca06b6a860ed"
},
{
"GenerationDate": "2026-02-20T23:49:20.352224+00:00",
"SubmitDate": "2026-02-20T23:49:20.352224+00:00",
"ReportPeriodStart": "2026-02-20T23:49:20.352224+00:00",
"ReportPeriodEnd": "2026-02-20T23:49:20.352224+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "42161c3a-0910-4023-abc9-a09f1b6cc972",
"Rows": [
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "42161c3a-0910-4023-abc9-a09f1b6cc972",
"Rows": [
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "8675b8df-2b28-499d-95ea-b1575d8d06c6",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"bbcf79cb-018d-40e9-8912-61b13cf86179",
"81a06b70-f70d-4f0e-93f1-65cd3345032f"
],
"Approvers": [
"eb5902d4-ddbe-4d4a-81ed-d1784024b4a4",
"775ff0cb-587b-4a96-a84e-515a323ffba6"
],
"ApprovedBy": "f85d3591-2827-46c8-95c4-276dfb868e4c",
"ApprovalDate": "2026-02-20T23:49:20.352224+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "6b7d0236-834a-4899-9532-c0b069276172",
"id": "b3d52224-d757-4cad-9c59-fe22a00d2358",
"ConfigId": "4a87f22c-f309-432d-b19b-ca06b6a860ed"
}
]